home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
BCI NET
/
BCI NET Dec 94.iso
/
archives
/
programming
/
libraries
/
lhlib18.lha
/
LhGlue.LZH
/
LhEncode.asm
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Assembly Source File
|
1990-07-26
|
156 b
|
15 lines
section text,code
xref _LhBase
xdef _LhEncode
_LhEncode:
move.l a6,-(sp)
move.l _LhBase,a6
move.l 8(sp),a0
jsr -42(a6)
move.l (sp)+,a6
rts
end